home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / C++ A'Link Files / Mar 91 / CPlus.Dev$ 3⁄22⁄91 / 0287-Re Problem with Refe-Mar91 < prev    next >
Text File  |  1991-04-01  |  616b  |  21 lines

  1. Item    1111894                         19-March-91        16:50PST
  2.  
  3. From:   MADA.EUROPE                     MacApp Dev Assoc Eur,E Carrasco,IDV
  4.  
  5. To:     D0816                           Capilano Computing, MacKenzie,PRT
  6.         CPLUS.DEV$                      C++ Interest List--Developers
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. Sub:    Re: Problem with Reference Var
  11.  
  12. Dear Neil,
  13.  
  14. You should allocate p in heap. For the moment, you only have a classB* (a
  15. pointer) on stack.
  16. I send you two samples, they show you how to allocate space for your datas.
  17.  
  18. Regards,
  19. .Eric
  20.  
  21.